home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronics Boutique Catalog 1996 Spring
/
1996 Electronics Boutique Spring CD-ROM (USA).bin
/
eb
/
demos
/
mw2demo.dir
/
00001.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-12-11
|
331 b
|
23 lines
on enterFrame
set lrollOver to 0
if rollOver(10) then
set lrollOver to 1
go("exit")
end if
if rollOver(11) then
set lrollOver to 1
go("play")
end if
if rollOver(12) then
set lrollOver to 1
go("more")
end if
if not lrollOver then
go("none")
end if
end
on exitFrame
go(the frame)
end